home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GFX Sensations 1
/
Graphic Sensations - Volume 1.iso
/
com_net
/
net
/
pronet
/
include
/
devices
/
pronet.i
Wrap
Text File
|
2000-01-01
|
1KB
|
37 lines
IFND DEVICES_PRONET_I
DEVICES_PRONET_I SET 1
PNDERR_PORTEXISTS equ -94
PNDERR_BADCONFIG equ -95
STRUCTURE PNRequest,IO_SIZE
APTR pnr_MsgPort
UWORD pnr_NetSourcePort
UWORD pnr_NetDestPort
APTR pnr_Data1
ULONG pnr_Length1
APTR pnr_Data2
ULONG pnr_Length2
LABEL pnr_Size
; pnr_MsgPort Messageport where data sent from the other machine
; will be sent to.
; pnr_NetSourcePort Logical Portnumber of the device-user.
; ^^ Both values must be specified at device-opening time and must remain
; until closing the device.
;
; pnr_NetDestPort Messageport where the data is to be sent to.
; pnr_Data1/2 Length of both data added must NOT be higher
; pnr_Length1/2 than $4000 (16K) - if you just want to send
; one chunk of data, make pnr_Length2 = 0
PND_WRITE equ 3 ;equal to CMD_WRITE..
PND_NEWPORT equ 5 ;***** internal! DON'T TRY TO USE..
PND_DELPORT equ 6 ;***** internal! DON'T TRY TO USE..
_LVOGetConfigString equ -42 ;hmm, not quite the right place
_LVOFreeConfigString equ -48 ;for this ???
ENDC ; DEVICES_PRONET_I